@charset "utf-8";

/* CSS Document */

@import url(base.css);
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
a {
    margin: 0;
    padding: 0;
    font-family: "PingFang Medium", "PingFang sc", "微软雅黑";
}

fieldset,
img {
    border: none;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

body {
    font: 15px/24px;
    font-family: "微软雅黑", "PingFang sc", "PingFang Medium";
    color: #10162B;
    background: #FFF;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑", "PingFang sc", "PingFang Medium";
    color: #666;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 14px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    width: auto\9;
    /* ie8 */
}

a {
    color: #10162B;
    text-decoration: none
}

a:hover {
    color: #F7A01E;
    transition: all 0.1s ease-in;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

a:hover ul li {
    list-style: none;
    text-decoration: none
}

.after:after {
    content: "";
    display: block;
    clear: both
}